home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / f / fiascov1.1.lha / Fiasco_1.1_Main / Databases / FAQs / RunMost.rexx < prev    next >
OS/2 REXX Batch file  |  1996-02-16  |  213b  |  11 lines

  1. /* RunMost.rexx
  2.  * Copyright © 1995 Nils Bandener
  3.  * Small script to open a Most window from ARexx in the Background
  4.  * $VER: RunMost.rexx 3.1 (28.12.95)
  5.  */
  6.  
  7. Parse Arg filename
  8.  
  9. Address MOST.0
  10. open file filename
  11.